home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / html_tour / vector / acro6_tour.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-10  |  81 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    unloadMovieNum(1);
  4.    gotoAndPlay(2);
  5. }
  6.